POV-Ray : Newsgroups : povray.general : Possible BUG in function-handling (V3.5) : Possible BUG in function-handling (V3.5) Server Time
5 Aug 2024 18:17:13 EDT (-0400)
  Possible BUG in function-handling (V3.5)  
From: jansb000
Date: 13 Aug 2002 08:36:16
Message: <3d58fd40@news.povray.org>
Information:
POVRAY-version: 3.5
OS: WinXP
System: P4/2Ghz, 512 MB DDR

Bug-description:
In version [POVRAY 3.5.icl.win32] this construction does not work:

#declare my_circle_centre = <1.1, 2.2, 3.3>;
#declare my_fun =
function(v) {
   my_circle_centre.x  + v
}
// my_circle_centre.x is not recognised as a float.

I think that my_circle_centre.x should be treated as a float.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.